org.eclipse.ui.texteditor
Class AnnotationTypeHierarchy
java.lang.Object
org.eclipse.ui.texteditor.AnnotationTypeHierarchy
- public class AnnotationTypeHierarchy
- extends Object
Internal annotation super type hierarchy cache.
TODO this cache is currently unbound, i.e. only limited by the number of annotation types
- Since:
- 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationTypeHierarchy
public AnnotationTypeHierarchy()
getAnnotationType
public AnnotationType getAnnotationType(String typeName)
isSubtype
public boolean isSubtype(String superType,
String subtypeCandidate)
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.